board_f/r: Use static const for the init sequences
authorSimon Glass <[email protected]>
Mon, 16 Jan 2017 14:03:50 +0000 (07:03 -0700)
committerBin Meng <[email protected]>
Mon, 6 Feb 2017 03:38:46 +0000 (11:38 +0800)
commit4acff4524783d860d873e131057602e43b8294f9
tree7bca13eee65666129d1a4bb3247cc45690e5eb1b
parent530f27eab5df8bcebfb7cb20a342f97e297ec0e8
board_f/r: Use static const for the init sequences

These tables should be declared static const. Unfortunately the table in
board_r is updated on machines with manual relocation.

Update them.

Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
common/board_f.c
common/board_r.c